STEP 2: Let's choose our sprite's place on the stage.

We can use a sprite's variable name to assign actions (like movement) to a sprite. This is called dot notation.

  • Click on . Drag out Go To.
  • Change the variable name in front of .go_to() from sprite to wilbur.
  • Change the coordinate arguments in the .go_to() command to (-50, -150)

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)